How to Install autoconf2.13 software package in Debian 9 (Stretch)

How to Install autoconf2.13 software package in Debian 9 (Stretch)

autoconf2.13 software package provides automatic configure script builder (obsolete version), you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install autoconf2.13 

autoconf2.13 is installed in your system.

Make ensure the autoconf2.13 package were installed using the commands given below,

$ sudo dpkg-query -l | grep autoconf2.13 *

You will get with autoconf2.13 package name, version, architecture and description in a table

autoconf2.13 package basic information:

Distro Debian 9 stretch
Section Development
Package autoconf2.13
Version 2.13-67
Description automatic configure script builder (obsolete version)
Sub Section devel


See Also, How to uninstall or remove autoconf2.13 software package from Debian 9 (Stretch)?